'Declaration Public Overloads Function ValidateList( _ ByVal emailAddresses As System.Collections.Generic.List(Of String), _ ByVal options As System.Collections.Generic.List(Of ValidationOptions) _ ) As System.Collections.Generic.List(Of Result)
'Usage Dim instance As EmailValidation Dim emailAddresses As System.Collections.Generic.List(Of String) Dim options As System.Collections.Generic.List(Of ValidationOptions) Dim value As System.Collections.Generic.List(Of Result) value = instance.ValidateList(emailAddresses, options)
public System.Collections.Generic.List<Result> ValidateList( System.Collections.Generic.List<string> emailAddresses, System.Collections.Generic.List<ValidationOptions> options )
public function ValidateList( emailAddresses: System.Collections.Generic.List; options: System.Collections.Generic.List ): System.Collections.Generic.List;
public function ValidateList( emailAddresses : System.Collections.Generic.List, options : System.Collections.Generic.List ) : System.Collections.Generic.List;
public: System.Collections.Generic.List<Result*>* ValidateList( System.Collections.Generic.List<string*>* emailAddresses, System.Collections.Generic.List<ValidationOptions>* options )
public: System.Collections.Generic.List<Result^>^ ValidateList( System.Collections.Generic.List<String^>^ emailAddresses, System.Collections.Generic.List<ValidationOptions>^ options )
Parameters
- emailAddresses
- options